home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds.fmt / cmp.man < prev    next >
Text File  |  1989-04-12  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4. CMP                       User Commands                       CMP
  5.  
  6.  
  7.  
  8. NNAAMMEE
  9.      cmp - compare two files
  10.  
  11. SSYYNNOOPPSSIISS
  12.      ccmmpp [ --ll ] [ --ss ] file1 file2 [ skip1 ] [ skip2 ]
  13.  
  14. DDEESSCCRRIIPPTTIIOONN
  15.      The two files are compared.  (If _f_i_l_e_1 is `-', the standard
  16.      input is used.)  With no options, _c_m_p makes no comment if
  17.      the files are the same; if they differ, it reports the byte
  18.      and line number at which the difference occurred, or, that
  19.      one file is an initial subsequence of the other.  _S_k_i_p_1 and
  20.      _s_k_i_p_2 are initial byte offsets into _f_i_l_e_1 and _f_i_l_e_2 respec-
  21.      tively, and may be either octal or decimal; a leading ``0''
  22.      denotes octal.
  23.  
  24.      Options:
  25.  
  26.      --ss    Print nothing for differing files; set exit codes
  27.            only.
  28.  
  29.      --ll    Print the byte number (in decimal) and the differing
  30.            bytes (in octal) for all differences between the two
  31.            files.
  32.  
  33. SSEEEE AALLSSOO
  34.      diff(1), comm(1)
  35.  
  36. DDIIAAGGNNOOSSTTIICCSS
  37.      Exit code 0 is returned for identical files, 1 for different
  38.      files, and 2 for an inaccessible or missing argument, or a
  39.      system error.
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Sprite v1.0             November 18, 1987                       1
  64.  
  65.  
  66.  
  67.